home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / prog_d / rtgi.zip / README.WRI (.txt) < prev    next >
Word Document  |  1996-04-13  |  32KB  |  92 lines

  1.  
  2.                         RtDbGenID Component Ver. 1.01
  3.                        Copyright 1995 Tomasz Stanczak
  4.                            Compuserve: 100735,3273
  5.  
  6. RtDbGenID is a non-visual component which implements a unique number
  7. generator. All values will be saved into a table in database you work with.
  8. Every access which generates a new value locks this table and saves the
  9. generated value before releasing control, so that other users can safely
  10. run it parallel through the network. SQL queries as 'SELECT MAX(...)+1
  11. FROM...' are a bit dangereous, because many users can theoretically execute
  12. this query at the same time and get the same results. Databases which
  13. support referential integrity can get over it, if the value is supposed for
  14. a field defined as unique, but even at the minimum it would rise an
  15. exception. dBase knows nothing about real uniqueness and in this case it
  16. can cause severe data errors.
  17.  
  18. Files Included:
  19. README.WRI       this file
  20. RTREGGI.PAS      unit to register RtDbGenID with Delphi
  21. RTDBID.PAS       RtDbGenID itself (DCU in the demo version and PAS in the
  22. registered one)
  23. RTCONTS.PAS      Constants for this and/or my other components
  24. RT.PAS           unit with general functions I need
  25. TEST*.*          test project
  26. LOGIN.*          Login dialog for the above project
  27. RTDBID.HLP       RtDbGenID help file
  28. RTDBID.KWF       RtDbGenID keyword file
  29. 16\*.*                 Files specific to Delphi 1.0
  30. 32\*.*                 Files specific to Delphi 2.0
  31.  
  32. Installation:
  33. Copy the RT*.DCR, RT*.DCU and RT*.RES files to the same directory,
  34. including files from appropriate subdirectory(16\ or 32\). Then follow the
  35. Delphi instuctions for installing components. Both HLP and KWF files should
  36. probably be copied into DELPHI\BIN, the KWF is the keyword file, which can
  37. be installed with HELPINST.EXE.
  38.  
  39. Test project:
  40. TEST.DPR lets you define any unique number and generate its values. Nothing
  41. special. If the table for the unique keys doesn't exist it will be created.
  42. If it exists but the field for the unique key you name doesn't exist, it
  43. will be restuctured.
  44.  
  45. Registration
  46.  
  47. License fees:
  48. RtDbGenID alone, license fee is $10 (15 DM) plus $2 (3 DM) s&h
  49. as a part of RtControls, licence fee $39 (60 DM) plus $2 (3 DM) s&h
  50.  
  51. Only following payment methods will be accepted:
  52. Compuserve: GO SWREG
  53. ID# 7406 RtDbGenID alone
  54. ID# 7197 RtControls
  55.  
  56. Checks: Only checks drawn on a US bank valued in US$ or drawn on a German
  57. bank and valued in DM will be accepted. Please let us time after sending
  58. check, we cannot send you our product before the money is transferred. For
  59. details see help file.
  60.  
  61. Credit Card Orders: You can order with MC, Visa, Amex, or Discover from
  62. Public (software) Library by calling 800-2424-PsL or 713-524-6394 or by FAX
  63. to 713-524-6398 or by CIS Email to 71355,470. You can also mail credit card
  64. orders to PsL at P.O.Box 35705, Houston, TX 77235-5705.
  65.  
  66. THE ABOVE NUMBERS ARE FOR CREDIT CARD ORDERS ONLY.
  67. THE AUTHOR OF THIS PROGRAM CANNOT BE REACHED AT THESE NUMBERS.
  68.  
  69. Any questions about the status of the shipment of the order, refunds,
  70. registration options, product details, technical support, volume discounts,
  71. dealer pricing, site licenses, non-credit card orders, etc, must be
  72. directed to Tomasz Stanczak:
  73.  
  74.       CIS:       100735,3273
  75.       Internet:  100735.3273@compuserve.com
  76.       WWW:       http://ourworld.compuserve.com/homepages/tomasz
  77.  
  78. To order please specify Item# 14429, RtControls Delphi VCL Pack, price  $39,
  79. s&h $2 (e-mail), $4 (Europe), $6 (overseas)
  80.  
  81. To insure that you get the latest version, PsL will notify us the day of
  82. your order and we will ship the product directly to you.
  83.  
  84. Shipping:
  85. Currently only e-mail shipping is supported, so please always state your e-
  86. mail address!. In the future post shipping including printed documentation
  87. will be possible (no promise!).
  88.  
  89. Registered users will receive componentΓÇÖs full source code. Contact the
  90. author for multi-user discounts and site licenses. Shipping only through
  91. Compuserve Mail.
  92.